:root {
  --blue: #2d60ff;
  --cyan: #02a8ff;
  --ink: #212123;
  --muted: #818288;
  --line: #ccd9e9;
  --max: 1400px;
  font-family: "MiSans", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  color: #212123;
  background: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 58px;
  width: 100%;
  height: 72px;
  padding: 0 max(32px, calc((100vw - 1400px) / 2));
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
}
.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.brand img,
.footer-brand img {
  width: 44px;
  height: 33px;
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 58px;
  font-size: 16px;
}
.desktop-nav a {
  position: relative;
  opacity: 0.9;
}
.desktop-nav a:hover {
  opacity: 1;
}
.desktop-nav a[aria-current="page"] {
  opacity: 1;
}
.desktop-nav a[aria-current="page"]::after {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 42px;
  height: 3px;
  content: "";
  background: #2d60ff;
  transform: translateX(-50%);
}
.mobile-home,
.menu-button,
.mobile-menu {
  display: none;
}
@keyframes mobile-menu-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 44px;
  margin-top: 42px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #0150ff 0%, #003dff 52%, #02a8ff 100%);
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 86px;
  color: #212123;
  font-size: 16px;
  line-height: 24px;
}
.breadcrumb a,
.breadcrumb span:first-of-type {
  color: #818288;
}
.footer-mobile {
  display: none;
}
.footer-pc {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #000a22, #000);
}
.footer-pc-light {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background: url("/assets/index/footer-light.png") center top / cover no-repeat;
}
.footer-pc-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: min(1400px, calc(100% - 64px));
  height: 172px;
  margin: 80px auto 60px;
}
.footer-pc-inner-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-pc-inner-left .l-box {
  margin-left: 86px;
}
.footer-pc-inner-left-logo {
  display: block;
  width: 63px;
  height: 47px;
  margin-right: 16px;
  object-fit: contain;
}
.footer-pc-inner-left-text {
  color: #FFF;
  text-shadow: -3px 2px 16px rgba(1, 16, 37, 0.39);
  font-size: 31.229px;
  font-weight: 700;
  line-height: 31.229px;
  /* 100% */
}
.footer-pc-inner-left-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 34px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.027px;
}
.footer-pc-inner-center {
  width: 466px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.footer-pc-inner-center::after {
  content: "";
  width: 637px;
  height: 490px;
  background-image: url("/assets/index/logo1233213222.png");
  background-size: contain;
  opacity: 0.102;
  pointer-events: none;
  position: absolute;
  top: -50px;
  left: -637px;
  z-index: -1;
}
.footer-pc-inner-center-logo {
  width: 42.047px;
  height: 42.004px;
  object-fit: contain;
  display: block;
  margin-right: 19px;
}
.footer-pc-inner-center-tel {
  color: #FFF;
  text-shadow: -3px 2px 16px rgba(1, 16, 37, 0.39);
  font-size: 22px;
  font-weight: 600;
  line-height: 36.037px;
  letter-spacing: 1.399px;
}
.footer-pc-inner-center-bottom {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.027px;
}
.footer-pc-inner-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.footer-pc-inner-right-qrcode {
  flex-shrink: 0;
  width: 142px;
  height: 142px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.3);
}
.footer-pc-inner-right-qrcode img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid #5E9DF3;
}
.footer-pc-inner-right-text {
  color: #FFF;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.027px;
}
.footer-pc-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1400px, calc(100% - 64px));
  min-height: 50px;
  margin: 0 auto;
  border-top: 1px solid #1e2939;
}
.footer-pc-bottom-left {
  color: rgba(249, 253, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}
.footer-pc-bottom-right {
  margin-left: 14px;
  color: rgba(249, 253, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}
@media (max-width: 980px) {
  html {
    font-size: clamp(13.653px, 4.2667vw, 20px);
  }
  .site-header {
    height: 50px;
    padding: 0 16px;
    gap: 0;
    justify-content: space-between;
  }
  .site-header.is-menu-open {
    background: rgba(0, 0, 0, 0.5);
  }
  .desktop-nav {
    display: none;
  }
  .brand {
    font-size: 16px;
  }
  .brand img {
    width: 36px;
    height: 24px;
  }
  .mobile-home {
    display: block;
    margin-left: auto;
    margin-right: 12px;
    font-size: 16px;
  }
  .menu-button {
    display: grid;
    gap: 4px;
    width: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    justify-self: center;
    background: #fff;
  }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: grid;
    width: 100%;
    padding: 0 27px 2px;
    color: #fff;
    background: linear-gradient(108deg, rgba(4, 6, 23, 0.98) 0%, rgba(8, 9, 31, 0.94) 42%, rgba(29, 65, 113, 0.82) 76%, rgba(4, 6, 23, 0.98) 100%), rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
    transform-origin: top center;
    animation: mobile-menu-in 0.24s ease-out both;
  }
  .mobile-menu[hidden] {
    display: none;
  }
  .mobile-menu a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 59px;
    padding-right: 28px;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .mobile-menu a::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 12px;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.58);
    border-right: 1px solid rgba(255, 255, 255, 0.58);
    transform: translateY(-50%) rotate(45deg);
  }
  .breadcrumb {
    height: 58px;
    font-size: 13px;
    line-height: 20px;
  }
  .footer-pc {
    display: none;
  }
  .footer-mobile {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 26px;
    background: linear-gradient(180deg, #000a22, #000);
  }
  .footer-mobile-light {
    position: absolute;
    inset: 0;
    opacity: 0.38;
    background: url("/assets/index/footer-light.png") center top / cover no-repeat;
  }
  .footer-mobile-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    min-height: auto;
    padding: 26px 0 30px;
    margin: 0 auto;
  }
  .footer-mobile-inner-left-title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin: 6px 0 23px;
  }
  .footer-mobile-inner-left-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 18px;
  }
  .footer-mobile-inner-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-mobile-inner-right-logo {
    display: block;
    width: 30px;
    height: 25px;
    object-fit: contain;
    margin: 0 0 20px;
  }
  .footer-mobile-inner-right-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 28px;
    margin-top: 0;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    background: linear-gradient(90deg, #0150FF 0%, #003DFF 52.4%, #02A8FF 100%);
  }
  .footer-mobile-bottom {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    padding: 12px 0 26px;
    width: 100%;
    border-top: 1px solid #1e2939;
  }
  .footer-mobile-bottom-tel {
    width: 100%;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1;
  }
  .footer-mobile-bottom-tel a + a {
    margin-left: 12px;
  }
  .footer-mobile-bottom-address {
    width: 100%;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1;
  }
  .footer-mobile-bottom-copyright {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
  }
  .footer-mobile-bottom-icp {
    display: block;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
  }
}
@media (max-width: 520px) {
  .breadcrumb {
    height: 46px;
  }
}
.row-flex-between {
  display: flex;
  justify-content: space-between;
}
.row-flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-flex-start-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.row-flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.row-flex-start-end {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.row-flex-end-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.row-flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.row-flex-center-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.text-nowrap {
  white-space: nowrap;
}
